草庐IT

Python SSL : CERTIFICATE_VERIFY_FAILED

全部标签

WebSocket connection to ‘ws://x.x.x.x:8080/ws‘ failed:报错

今天在写vue项目时打开控制台突然发现十几个报错,内容如下  这是个啥,,,头大 百度一番,发现这个东西叫做WebSocket长连接。。。。。为了解决这个问题,花了我一番力气百度到的解决方法好多,但是都是在vue.config.js中进行修改,以下是几种我找到的方法(对我没用,或许对你有用)方法一 方法二方法三以上为我百度到的方法,但是对于我的项目来说,没起作用,以下为我的解决方法因为之前proxy配置跨域的时候(配置在vue.config.js中),如下代码 写成了这样子,应该是把每一个context作为一个对象,就是说proxy中可以设置很多个目标服务器,所以每个目标服务器都应该是一个对象

亲测有效ISE14.7 WIN10仿真报错解决方法The selected process was not run because a prior process failed.

亲测有效ISE14.7WIN10仿真报错解决方法仿真有时会出现报错Theselectedprocesswasnotrunbecauseapriorprocessfailed.此时无论是修改.v文件重新保存或者关掉软件重启都不行。以下是我在网上找到的解决方法:1、选择project->cleanupprojectfiles…2、点击OK即可3、再次仿真可能会报错,找不到某个文件,此时直接打开文件所在位置,把找不到的文件删掉即可,再次返回软件点击仿真,便会弹出波形。

SecureCRT远提示Key exchange failed,No compatible key exchange method. The server supports these methods

阿里云刚买了一台服务器,本来想着用SecureCRT远程连接,结果提示报错如下,Keyexchangefailed.Nocompatiblekeyexchangemethod.Theserversupportsthesemethods:curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group16-sha512,diffie-hell

error:metadata-generation-failed

开个帖子记录一下:Python3.10安装PyQt5-tools时出现错误主要原因就是因为你的python版本过高,目前PyQt5-tools只支持到3.9的版本,如图: 只要将你的Python版本降低就可以随后我下载了Python3.9.9的版本试了下,发现还是不行,继续降低版本,又试了下Python3.8.8,成功了 最后去文件夹中寻找QtDesign.exe可执行文件      Pycharm中配置QtDesign:程序路径选择你刚刚找到的design.exe文件路径  

java: Compilation failed: internal java compiler error

idea启动项目后出现 java:Compilationfailed:internaljavacompilererror错误第一种情况:idea的JDK版本和项目配置的不同。解决方法:查看项目中配置的jdk版本,再查看idea配置的版本项目配置的:在idea中要查看三个地方的配置 1、File---->Setting------>javacompiler 2.File------->ProjectStructure  以下两个地方都要看 如果这些都设置了但启动仍然出现这个错误:第二种情况:可能原因是jvm分配的堆栈内存不足 解决方法:调整分配的堆大小,最开始是700

docker 启动 nginx 报错 open() “/etc/nginx/nginx.conf“ failed (2: No such file or directory)

docker启动nginx时报错open()“/etc/nginx/nginx.conf”failed(2:Nosuchfileordirectory)问题描述在学习docker的volume挂载时,用nginx镜像来做测试,当我想指定目录挂载数据卷,启动容器时,却发现容器没有正常运行,我用dockerps-a命令查看该容器时,状态为Exited,我进一步查看容器日志输出dockerlogs-fnt3ab28f555fe4发现报错open()"/etc/nginx/nginx.conf"failed(2:Nosuchfileordirectory)解决过程完整解决过程如下:[root@VM-4

linux 使用steam++,steam社区页面报错:Invalid SSL Certificate The SSL certificate for https://steamcommunity.c

InvalidSSLCertificatTheSSLcertificateforhttps://steamcommunity.com/app/1281930/workshop/isinvalidandthepagewillnotbeloaded(error:-202status:4).解决方法:在Chrome浏览器中导入证书:chrome搜索栏输入chrome://settings/certificates,选择导入证书格式需要勾选所有文件,路径在/home/user/.local/share/Steam++/三个全部勾选,点击确定后重新启动steam++和steam即可

SSL Certificate Signed Using Weak Hashing Algorithm(CVE-2004-2761)

SSLCertificateSignedUsingWeakHashingAlgorithm操作系统版本:WindowsServer2012R2前言:解决SSLCertificateSignedUsingWeakHashingAlgorithm过程中生成证书时采用自签名故仍然会保留SSLCertificateCannotBeTrusted、SSLSelf-SignedCertificate问题,解决SSLCertificateCannotBeTrusted、SSLSelf-SignedCertificate可申请官方机构颁布证书SSLCertificateSignedUsingWeakHashi

SSL Certificate Signed Using Weak Hashing Algorithm(CVE-2004-2761)

SSLCertificateSignedUsingWeakHashingAlgorithm操作系统版本:WindowsServer2012R2前言:解决SSLCertificateSignedUsingWeakHashingAlgorithm过程中生成证书时采用自签名故仍然会保留SSLCertificateCannotBeTrusted、SSLSelf-SignedCertificate问题,解决SSLCertificateCannotBeTrusted、SSLSelf-SignedCertificate可申请官方机构颁布证书SSLCertificateSignedUsingWeakHashi

Gradle打包报错:Failed to calculate the value of task ‘:unityLibrary:compileReleaseJavaWithJavac‘

问题描述Unity项目使用Gradle打包时报如下错误:Failedtocalculatethevalueoftask':unityLibrary:compileReleaseJavaWithJavac'property'options.generatedSourceOutputDirectory'.Unity版本:2020.3.17f1;Gradle版本:7.6;解决方案:来自Unity官方的解决方案:更换Gradle版本为6.7或者6.8即可 原文链接:TroubleshootingAndroidintegrations